Integration MCP Node
warning
This node is in beta and may not be fully tested or documented. Use with caution.
Model Context Protocol for integration endpoints with optional file export using MCP name for tool naming and context identification
Inputs
Label | Property | Type | Description | Default Value | Is Required |
---|---|---|---|---|---|
Prompts | prompts | botdojo/interface/prompt | Prompt to use for the MCP tools | Object | ✅ |
Storage | storage | botdojo/interface/storage | Storage interface for file operations and export logging | null | ✅ |
Properties
Label | Property | Type | Description | Default Value | Is Required |
---|---|---|---|---|---|
Integration Actions | selectedIntegrations | botdojo/types/integration/integration_action_reference_collection | Select which integration endpoints to expose as MCP tools | null | ✅ |
MCP Name | mcpName | botdojo/types/string | Name for MCP context, tool names, and export files (defaults to last part of integration provider definition ID) | ✅ | |
Enable Export to File | enableExport | botdojo/types/boolean | Enable export functionality for integration results | false | ✅ |
Output
Label | Property | Type | Description | Default Value |
---|---|---|---|---|
Model Context | modelContext | botdojo/interface/model_context | Integration endpoints model context | null |